From: Eli Zaretskii Date: Sat, 10 Feb 2024 09:10:08 +0000 (+0200) Subject: * lisp/bind-key.el (personal-keybindings): Autoload it (bug#68999). X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~14^2~18^2~2601 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=86c5b7c49c0b61413e41f8a95a2f0c7f09cd1db7;p=emacs.git * lisp/bind-key.el (personal-keybindings): Autoload it (bug#68999). --- diff --git a/lisp/bind-key.el b/lisp/bind-key.el index 94a39f795cd..378ad69b2bc 100644 --- a/lisp/bind-key.el +++ b/lisp/bind-key.el @@ -155,6 +155,7 @@ add keys to that keymap." (add-to-list 'emulation-mode-map-alists `((override-global-mode . ,override-global-map))) +;;;###autoload (defvar personal-keybindings nil "List of bindings performed by `bind-key'.